configuration / system / timezones / [ID] / dst-off

CLI REST-API

year

Year
This is a read-write object and valid values are years.

Datatype-Help:
value must be between 0 and 65534 or '****'.



See also:
/configuration/system/timezones/[ID]/dst-off
/configuration/system/timezones/[ID]/dst-off/name
/configuration/system/timezones/[ID]/dst-off/weekday
/configuration/system/timezones/[ID]/dst-off/day
/configuration/system/timezones/[ID]/dst-off/month
/configuration/system/timezones/[ID]/dst-off/offset-sign
/configuration/system/timezones/[ID]/dst-off/hour
/configuration/system/timezones/[ID]/dst-off/minute
/configuration/system/timezones/[ID]/dst-off/changing-hour
/configuration/system/timezones/[ID]/dst-off/changing-minute
/configuration/system/timezones/[ID]/dst-off/changing-second

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/system/timezones/.*/dst-off


Example using curl:
curl /api/configuration/system/timezones/.*/dst-off


Method: PATCH
URL: /api/configuration/system/timezones/.*/dst-off
Body:
{
  "year": "****"
}

Example using curl:
curl -X PATCH /api/configuration/system/timezones/.*/dst-off -d
{
  "year": "****"
}